home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_83 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2012-08-27  |  160b  |  10 lines

  1. on(rollOver){
  2.    if(choix != 2)
  3.    {
  4.       bordiold.gotoAndPlay(2);
  5.       bordinew.gotoAndStop(1);
  6.       sonMC.gotoAndPlay(3);
  7.       choix = 2;
  8.    }
  9. }
  10.